projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19d0b22
)
(Minibuffer Commands): Use last-command-event rather than last-command-char.
author
Glenn Morris
<rgm@gnu.org>
Fri, 9 Jan 2009 05:22:05 +0000
(
05:22
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 9 Jan 2009 05:22:05 +0000
(
05:22
+0000)
doc/lispref/minibuf.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/minibuf.texi
b/doc/lispref/minibuf.texi
index 84f2a4fdc49c8f4074522c50153d5baed6a8ea52..a03e8036a93b7c34f3b54fd94413b80811e5e11a 100644
(file)
--- a/
doc/lispref/minibuf.texi
+++ b/
doc/lispref/minibuf.texi
@@
-1851,7
+1851,7
@@
keys in minibuffer local keymaps.
@deffn Command self-insert-and-exit
This command exits the active minibuffer after inserting the last
-character typed on the keyboard (found in @code{last-command-
char
};
+character typed on the keyboard (found in @code{last-command-
event
};
@pxref{Command Loop Info}).
@end deffn